home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3712 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.4 KB  |  50 lines

  1. Newsgroups: comp.lang.c++
  2. Path: tuck.cs.fit.edu!rcs79343
  3. From: rcs79343@tuck.cs.fit.edu (Daniel J. Carreira /ADVISOR Clay)
  4. Subject: Re: who know how to use large array in c++?
  5. Message-ID: <DLr2qA.76A@zeno.fit.edu>
  6. Sender: news@zeno.fit.edu (USENET NEWS SYSTEM)
  7. Nntp-Posting-Host: tuck.cs.fit.edu
  8. Organization: Florida Institute of Technology
  9. X-Newsreader: TIN [version 1.2 PL2]
  10. References: <4e2555$ro6@flood.weeg.uiowa.edu> <4e0ml0$jt5@mercury.wright.edu> <4e2g23$caf@vixen.cso.uiuc.edu> <4e5r4v$41f@info.sta.net.cn>
  11. Date: Thu, 25 Jan 1996 18:44:33 GMT
  12.  
  13. Wang TianXing (txwang@public.sta.net.cn) wrote:
  14. : sjmccaug@prairienet.org (Scott J. McCaughrin) wrote:
  15.  
  16. : | In <4e0ml0$jt5@mercury.wright.edu>, Apichart Intarapanich <aintara> writes:
  17. : | >hi
  18. : | >anybody know how can i declare array like this
  19. : | >
  20. : | >float a[1000][1000][1000];
  21. : | >
  22. : | >i cannot do that. i got segmentation fault statement. who know what should i
  23. <cut>
  24. :  If this doesn't work, buy a more expensive system
  25. : which can fulfil your needs. :(
  26.  
  27. How about a class that swaps memory blocks to/from disk ...
  28. you array really is a disk file but as you access it you "swap"
  29. in the "page" you need...
  30.  
  31. --
  32.  
  33. Daniel J. Carreira III Ph.D.  \ You know you're getting older when happy hour
  34. rcs79343@cs.fit.edu            \ is a nap!
  35.                                 \ Desperately seeking Snoozin'.
  36. http://cs.fit.edu/~rcs79343      \ Talk is cheap until you hire a lawyer.
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.